HTTPD Library
Type
library
Description
Handle HTTP requests in your application
Children Properties
Command
Name | Summary | Syntax |
---|---|---|
httpdStop | Stop a HTTP server | httpdStop <pPorts> |
httpdResponse | Respond to a HTTP request | httpdResponse <pSocketID>,<pResponseCode>,<pContent>,<pHeaders> |
httpdStart | Start a HTTP server | httpdStart <pCallback>,<pPort>,<pServerName> |